.next, .prev{
	cursor:pointer;
}

#screen{
	height: 422px;
    margin-top: 5px;
    position: relative;
    width: 737px;
}
	#screen .next, #screen .prev{
		position:absolute;
		top:200px;
	}
	#screen .prev{
		left:10px;
	}
	#screen .next{
		right:10px;
	}
	#sections{
	overflow:hidden;
	background-color:white;
	width:620px;
	height:482px;
	clear:left;
	margin-left:62px;
}
	
	#sections ul{
		width:6660px;
	}
	
		#sections li{
			 float: left;
      width: 620px;
	   height: 490px;
		}
			#sections li.fallen{
				margin-top:369px;
			}
			
			#sections p{
				width:610px;
				margin:5px 0;
				font-size:85%;
				line-height:1.4em;
				
			}
			
			#sections h2{
				color:#993333;
				margin:20px 0pt;
			}
			#sections a{
				color:#777;
				font-weight:bolder;
				text-decoration:none;
			}

#screen2{
	position:relative;
	width:900px;
	margin:20px;
}
	#screen2 #buttons{
		border:1px solid #777;
		margin-bottom:5px;
		width:679px;
	}
	
	#screen2 #buttons a{
		margin:10px 10px;
		color:#69C;
	}
	#screen2 .prev{
		float:left;
	}
	#screen2 .next{
		float:right;
	}

#slideshow{
	overflow:hidden;
	width:680px;
	border:1px solid #777;
}

	#slideshow ul{
		width:3900px;
		padding-left:225px;
	}

		#slideshow li{
			float:left;
			margin:0 16px;
			cursor:pointer;
		}

#news-ticker{
	width:800px;
	height:79px;
	background-color:white;
	overflow:hidden;
	margin:20px;
}
	#news-ticker h4{
		color:#933;
		display:inline;
	}
	#news-ticker div{
		height:22px;
		width:782px;
		border:1px black solid;
		padding:8px;
		margin-top:-1px;
	}
		#news-ticker div.first{
			margin-top:0;
		}
		
	#news-ticker p{
		font-size:11px;
		margin-left: 0 !important;
		margin-left: 5px;
		display:inline;
	}

#links{
	position:absolute;
	right:5px;
	border:1px solid #777;
	width:210px;
	top:15px;
	padding:10px;
}
	#links h3{
		color:#777;
	}
	#links ul{
		padding: 8px 0 3px 20px;
	}
	#links li{
		list-style-type:circle;
	}
	#links a{
		color:#69C;
	}
h1{
	margin:20px 0;
	color:#5B739C;
}
	h1 strong{
		font-size:13px;
		color:#777;
	}
.clear{
	clear:both;
	width:0;
	height:0;
}

.message{
	background:#EEE;
	border:1px solid #999;
	color:#333;
	font-size:12px;
	padding:1px;
	height:auto;
	padding-left:5px;
	line-height:18px;
}
.side{
	position:absolute;
	right:5px;
	width:210px;
	padding:10px;	
}

#general{
	top:160px;
}
#extra{
	top:400px;
}

.separator{
	width:675px;
	clear:both;
	margin-left:20px;
}
#ticker-container{
	position:relative;
	padding-top:15px;
}
	#ticker-container button{
		position:absolute;
		right:5px;
	}
#add-news{
	top:0px;
}
#shuffle-news{
	top:25px;
}
ul, li, h4, h3, h2, h1, p{
	padding:0;
	margin:0;
	list-style:none;
}
.Content-big-bold-light {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #6B5C34;
	letter-spacing: 0.5mm;
	word-spacing: normal;
}
.copyright21 {	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #201C13;
	letter-spacing: 1px;
	word-spacing: normal;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #BFA97B;
	letter-spacing: 1px;
	word-spacing: 2px;
}
body {
	background-color: #5B4C25;
	background-image: url(Images/bg.gif);
}
.Content {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #4E453F;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: justify;
}
a:link {
	color: #504425;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	/* color: #504425; */
}
a:hover {
	text-decoration: none;
	/* color: #F09940; */
}
a:active {
	text-decoration: none;
}
#navigation li {
    float: left;
    margin: 7px 7px;
}
#navigation{
		width:714px;
		text-align:center;
		/*margin-left:62px;*/
	}
	
#navigation ul{
			margin-left:55px !important;
			margin-left:35px;
		}
			
#navigation a{
		color:#933;
		font-weight:bolder;
		text-decoration:none;
				}